3.4.60 \(\int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx\) [360]

Optimal. Leaf size=24 \[ \text {Int}\left (\cot ^2(c+d x) (a+b \sec (c+d x))^n,x\right ) \]

[Out]

Unintegrable(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n,x]

[Out]

Defer[Int][Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n, x]

Rubi steps

\begin {align*} \int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx &=\int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 3.61, size = 0, normalized size = 0.00 \begin {gather*} \int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n,x]

[Out]

Integrate[Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n, x]

________________________________________________________________________________________

Maple [A]
time = 0.10, size = 0, normalized size = 0.00 \[\int \left (\cot ^{2}\left (d x +c \right )\right ) \left (a +b \sec \left (d x +c \right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x)

[Out]

int(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*sec(d*x + c) + a)^n*cot(d*x + c)^2, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*sec(d*x + c) + a)^n*cot(d*x + c)^2, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \sec {\left (c + d x \right )}\right )^{n} \cot ^{2}{\left (c + d x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)**2*(a+b*sec(d*x+c))**n,x)

[Out]

Integral((a + b*sec(c + d*x))**n*cot(c + d*x)**2, x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x, algorithm="giac")

[Out]

integrate((b*sec(d*x + c) + a)^n*cot(d*x + c)^2, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int {\mathrm {cot}\left (c+d\,x\right )}^2\,{\left (a+\frac {b}{\cos \left (c+d\,x\right )}\right )}^n \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(c + d*x)^2*(a + b/cos(c + d*x))^n,x)

[Out]

int(cot(c + d*x)^2*(a + b/cos(c + d*x))^n, x)

________________________________________________________________________________________